ALayoutInflater
Complete API reference for ALayoutInflater, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Android Views
Component: no
public class ALayoutInflater
Static Methods
| Signature | Returns | Description |
|---|---|---|
inflate(String) | View | Performs the inflate operation using the provided parameters (inProjectPath). |
inflate(File) | View | Executes inflate and returns after the underlying engine call finishes. |
inflate(Resources.File) | View | Performs the inflate operation using the provided parameters (file). |
inflateXML(String) | View | Performs the inflateXML operation using the provided parameters (xml). |